home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
MacPerl ƒ
/
Perl Source ƒ
/
MacPerl
/
MPTerminology.aete
< prev
next >
Wrap
Text File
|
1993-10-16
|
3KB
|
55 lines
@TITLE "MacPerl Suite"
@VERSION 1.0
@SUITE "Required Suite", "Events that every application should support", 'reqd'
@EVENT "Open", "Open documents", 'McPL', 'odoc'
@REPLY 'null', "", OPT, SINGLE, NOENUM
@DIRECT 'alis', "List of documents to open", REQ, LIST, NOENUM, CHANGE
@EVENT "Quit", "Quit application", 'aevt', 'quit'
@REPLY 'null', "", OPT, SINGLE, NOENUM
@DIRECT 'null', "No direct parameter required", OPT, SINGLE, NOENUM, CHANGE
@PARAM "save", 'savo', 'savo', "if true, save all windows without asking user, if false, don't save.", OPT, SINGLE, ENUM
@SUITE "Core Suite", "Suite that applies to all applications", 'core'
@EVENT "Save", "Save Window", 'core', 'save'
@REPLY 'null', "", OPT, SINGLE, NOENUM
@DIRECT 'cwin', "Window to save", REQ, SINGLE, NOENUM, CHANGE
@PARAM "in", 'dest', 'alis', "Where to save the file to.", OPT, SINGLE, ENUM
@CLASS "Window", 'cwin', "A window"
@PROPERTY "Position", 'ppos', 'QDpt', "The Position of the window", SINGLE, NOENUM, RDWR
@PROPERTY "Page Setup", 'PSET', 'TPNT', "The Page Setup of the window", SINGLE, NOENUM, RDWR
@PROPERTY "Show Borders", 'PBOR', 'cboo', "The Show Borders of the window", SINGLE, NOENUM, RDWR
@PROPERTY "Font", 'font', 'TEXT', "Font of the text", SINGLE, NOENUM, RDWR
@PROPERTY "Size", 'ptsz', 'cf16', "Size of the text", SINGLE, NOENUM, RDWR
@PROPERTY "Script Number", 'psct', 'cint', "Script system of the text", SINGLE, NOENUM, RDONLY
@ELEMENT 'ctxt', RANGE
@ELEMENT 'cha ', ABSOLUTE
@ELEMENT 'cwor', ABSOLUTE
@ELEMENT 'clin', ABSOLUTE
@ELEMENT 'citm', ABSOLUTE
@CLASS "Spot", 'cspt', "A Spot"
@PROPERTY "Class", 'pcls', 'cnum', "The class", SINGLE, NOENUM, RDWR
@SUITE "Misc Standard Suite", "", 'misc'
@EVENT "Show", "Bring an object into view", 'misc', 'mvis'
@REPLY 'null', "", REQ, SINGLE, NOENUM
@DIRECT 'obj ', "", OPT, SINGLE, NOENUM, CHANGE
@EVENT "Do Script", "Execute a Perl script", 'misc', 'dosc'
@REPLY 'TEXT', "Result", OPT, SINGLE, NOENUM
@DIRECT 'TEXT', "Script to execute", REQ, SINGLE, NOENUM, CHANGE
@PARAM "extract", 'EXTR', 'bool', "if false, don't search for the #!perl line.", OPT, SINGLE, NOENUM
@PARAM "debug", 'DEBG', 'bool', "if true, start the Perl debugger.", OPT, SINGLE, NOENUM
@PARAM "preprocess", 'PREP', 'bool', "if true, send script through C preprocessor.", OPT, SINGLE, NOENUM
@SUITE "Text Suite", "A set of basic classes for text processing", 'TEXT',
@EVENT "Close", "Close an object", 'core', 'clos'
@REPLY 'null', "", OPT, SINGLE, NOENUM
@DIRECT 'obj ', "The object to close", REQ, SINGLE, NOENUM, CHANGE
@PARAM "Save", 'savo', 'savo', "Specifies whether or not changes should be saved before closing", OPT, SINGLE, ENUM